ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / ComArray<T> Class / Item Property

In This Topic
    Item Property (ComArray<T>)
    In This Topic
    Gets or sets the T with the specified i.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal i As Integer _
    ) As T
    public T this[ 
       int i
    ]; {get; set;}

    Parameters

    i
    See Also